CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SIMPLER algorithm

搜索资源列表

  1. DifferentialEvolutionAPracticalApproachtoGlobalOpt

    0下载:
  2. 这是一本讲微分进化的书,进化算法是以遗传算法为代表的一类随机算法的总称,95年由Rainer Storn和Kenneth Prici提出微分进化方法,比传统进化算法更好更简单,2004年该方法的原创者出版了长达580页的微分进化:一种全局优化的实用方法,本书是英文版,似乎还没有中文版,希望对感兴趣的人有用-This is a book stresses differential evolution, evolutionary algorithm based on genetic algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9848998
    • 提供者:plow
  1. paixu

    0下载:
  2. 基本排序算法,较简单的C/C++入门级编程参考……。-The basic sorting algorithm, a simpler C/C++ entry-level programming reference ... ....
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2123
    • 提供者:无术不学
  1. LOGMN

    0下载:
  2. 该算法在对数域做均值归一化,去除卷积噪声,效果跟CMN相同,且较CMN简单-The log-domain algorithm to do the mean normalized to remove convolutional noise, the effect is the same as CMN, and simpler than the CMN
  3. 所属分类:Other systems

    • 发布日期:2016-12-08
    • 文件大小:770
    • 提供者:lixiaofei
  1. Bus-Query-System

    0下载:
  2. 一个公交线路查询算法,比较简单,但是相对比较实用!-A bus line search algorithm is simpler, but relatively more practical!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:477169
    • 提供者:bangxu
  1. MosaicView

    0下载:
  2. 把一副图片进行马赛克处理,算法比较简单,速度较快。支持进一步的开发研究-Mosaics to an image, the algorithm is simpler, faster. Support further research and development
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:333720
    • 提供者:wobdwk
  1. banker2

    0下载:
  2. 银行家算法,比较简单,用数组实现的,不过都基本上阐述了银行家算法的过程-Banker' s algorithm is simpler, using an array to achieve, but are basically explained the process of Banker' s algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:201005
    • 提供者:嘉嘉
  1. T-REC-G.711-200911-I!Amd2!SOFT-ZST-E

    0下载:
  2. G.711使用64Kbps的带宽,可将14bits转换成8bits。目前G.711有两个编码方式,A-law以及Mu-law。-G.711 defines two main compression algorithms, the µ -law algorithm (used in North America & Japan) and A-law algorithm (used in Europe and the rest of the world). Both are logarith
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-22
    • 文件大小:915644
    • 提供者:coco
  1. Anity-Propagation

    0下载:
  2. 关于最新ap算法的开创性重要文章,应用数据分类-Affi nity propagation (AP) was recently introduced as an unsupervised learning algorithm for exemplar-based clustering. We present a deriva- tion of AP that is much simpler than the original one and is based on a qu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:110572
    • 提供者:fanhaixiong
  1. Wireless-multimedia-sensor-networks

    0下载:
  2. 本文着重研究网络中使用的MAC协议对语音传输过程的影响,以及无线传 感器网络中适用的语音编码算法。本文首先综述了现有无线传感器网络中常用 的MAC协议,对这些协议进行了分析比较。提出了一种新的基于TDMA的MAC 协议VR-TDMA,为了测试提出的协议性能,在NS2仿真平台上对该协议进行 了仿真,结果证明该协议具有良好的实时性能。然后研究了几种常用语音编码 算法的性能,通过比较研究,认为ADPCM语音编码算法的性能符合无线传感 器网络应用的要求,并对该算法进行了简化,减少
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-13
    • 文件大小:3294412
    • 提供者:曾晓丽
  1. DESLiu

    0下载:
  2. 现代密码学中的DES加密算法,用较简单的程序写成。-DES encryption algorithm in modern cryptography, , written in a simpler program.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-04
    • 文件大小:3411001
    • 提供者:WindAchilles
  1. LinWPSO

    0下载:
  2. 线性递减权重粒子群优化算法是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。 -Linear decreasing weight particle swarm optimization starting from random
  3. 所属分类:Energy industry

    • 发布日期:2017-11-09
    • 文件大小:565
    • 提供者:苑南
  1. pso

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:5364
    • 提供者:刘继宇
  1. SAD

    0下载:
  2. 主要用C描述了立体匹配的比较简单的一种算法,运用差的绝对值进行匹配耗费的计算。-Mainly use C describes the simpler a stereo matching algorithm, using the absolute value of difference matching cost calculation.
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:391593
    • 提供者:xuwenjing
  1. jilushijian

    0下载:
  2. 一个关于显示本机时间的函数,算法比较简单,但又用到指针,希望给初学者一定的帮助。-A shows the time on the machine function, the algorithm is simpler, but using a pointer, hope to help the novice.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:185400
    • 提供者:
  1. azimuthTDOA.m

    0下载:
  2. A sound source can be localized in a two dimensional plane using the audio recorded at three known microphone locations. Much like a GPS system, Time Difference of Arrival algorithms can be used to determine the difference in time and distance of a s
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1724
    • 提供者:Sam
  1. paixu

    0下载:
  2. 基本排序算法,较简单的C/C++入门级编程参考……。-The basic sorting algorithm, a simpler C/C++ entry-level programming reference ... ....
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2168
    • 提供者:Onamo
  1. kmeans1

    0下载:
  2. 改编的kmeans聚类算法,比matlab系统自带的要简单,更容易看懂-Kmeans clustering algorithm adapted than matlab system comes to be simpler and easier to understand
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1550
    • 提供者:周慧
  1. pso

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7542
    • 提供者:了了
  1. quyushengzhang

    0下载:
  2. 一种采用了区域生长方法进行图像分割,分割效果比较理想,但是算法比较简单,可以推荐进行简单算法融合时候使用。-A the region growing method is applied to image segmentation, the segmentation effect is ideal, but the algorithm is simpler, can be recommended to use simple algorithm fusion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:44596
    • 提供者:白翁翁
  1. PSO

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1568
    • 提供者:艾岳巍
« 1 23 4 5 »
搜珍网 www.dssz.com